home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / HTBTcpip / comdll.def < prev    next >
Encoding:
Text File  |  2005-03-02  |  249 b   |  14 lines

  1. ; comdll.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      "htb-tcpip"
  4. DESCRIPTION  'htb-tcpip Windows Dynamic Link Library'
  5.  
  6. EXPORTS
  7.     ; Explicit exports can go here
  8.  
  9. Senddata
  10. Startserver
  11. Stopserver
  12. Setports
  13. Getaddress
  14.